home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / prog / atari / c / stik_dev / forecast / disk.i < prev    next >
Text File  |  1995-12-31  |  397b  |  11 lines

  1. /* Prototypes for functions defined in H:\FORECAST\DISK.C */
  2. void my_Fwrite(int file_handle,
  3.                int file_length,
  4.                char *string);
  5. long create_file(char *file_to_make);
  6. long write_prefs_file(char *file_to_make);
  7. long read_prefs_file(char *file_to_make);
  8. void construct_path(char *dest,
  9.                     char const *path,
  10.                     char const *name);
  11.